-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DAOS-15643 test: Enable dfuse register cleanup model #14215
Conversation
This replaces the DfuseTestBase with the use of the get_dfuse and start_dfuse methods from dfuse_utils. Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: DaosCoreTestDfuse DbenchTest DFuseFdTest DfuseBashCmd DfuseContainerCheck DfuseContainerCheck DaosBuild DfuseFind DfuseEnospace DfuseMUMount DfuseMUPerms MacsioTest Ecodtruncate EcodFioRebuild PosixSimul RootContainerTest test_ior_small DfuseCachingCheck POSIXStatTest IoConsistency MultiEnginesPerSocketTest BasicCheckout Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Ticket title is 'Enable dfuse register cleanup model' |
Test stage Build RPM on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/1/execution/node/331/log |
Test stage Build RPM on EL 9 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/1/execution/node/365/log |
Test stage Build RPM on Leap 15.5 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/1/execution/node/368/log |
Test stage Build DEB on Ubuntu 20.04 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/1/execution/node/350/log |
src/tests/ftest/dfuse/bash_fd.py
Outdated
|
||
with open(os.path.join(fuse_root_dir, "bash_fd_inner.sh"), "w") as fd: | ||
self.log_step('Setting up the \'bash_fd_inner.sh\' script') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI - you can use either " or ' for strings, but if you want to include one of them in the string then use the other to quote the string and you won't need to escape it.
self.log_step('Setting up the \'bash_fd_inner.sh\' script') | |
self.log_step("Setting up the 'bash_fd_inner.sh' script") |
Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: DaosCoreTestDfuse DbenchTest DFuseFdTest DfuseBashCmd DfuseContainerCheck DfuseContainerCheck DaosBuild DfuseFind DfuseEnospace DfuseMUMount DfuseMUPerms MacsioTest Ecodtruncate EcodFioRebuild PosixSimul RootContainerTest test_ior_small DfuseCachingCheck POSIXStatTest IoConsistency MultiEnginesPerSocketTest BasicCheckout Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Test stage Build RPM on EL 9 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/3/execution/node/349/log |
Test stage Build RPM on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/3/execution/node/362/log |
Test stage Build RPM on Leap 15.5 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/3/execution/node/279/log |
Test stage Build DEB on Ubuntu 20.04 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/3/execution/node/346/log |
Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/3/display/redirect |
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/3/display/redirect |
Test stage Build RPM on EL 9 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/4/execution/node/366/log |
Test stage Build RPM on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/4/execution/node/381/log |
Test stage Build RPM on Leap 15.5 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/4/execution/node/326/log |
Test stage Build DEB on Ubuntu 20.04 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/4/execution/node/319/log |
Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/4/display/redirect |
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/4/display/redirect |
Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/5/display/redirect |
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/5/display/redirect |
Test stage Test RPMs on EL 8.6 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/6/display/redirect |
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/6/display/redirect |
Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: DaosCoreTestDfuse DbenchTest DFuseFdTest DfuseBashCmd DfuseContainerCheck DfuseContainerCheck DaosBuild DfuseFind DfuseEnospace DfuseMUMount DfuseMUPerms MacsioTest Ecodtruncate EcodFioRebuild PosixSimul RootContainerTest test_ior_small DfuseCachingCheck POSIXStatTest IoConsistency MultiEnginesPerSocketTest BasicCheckout Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Test stage Build RPM on EL 9 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/7/execution/node/376/log |
Test stage Build RPM on EL 8 completed with status UNSTABLE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/7/execution/node/350/log |
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/30/execution/node/992/log |
Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: pr dfuse AggregationChecksum AggregationPunching BasicCheckout BasicCheckoutDm CPUUsage CheckCsumMetricsMdtest DFuseBashdcacheTest DFuseFdTest DaosAggregationBasic DaosAggregationIOSmall DaosAggregationThrottling DaosBuild DaosCoreTestDfuse DaosVol DaosVolBigIO DbenchTest DfuseBashCmd DfuseCachingCheck DfuseContainerCheck DfuseEnospace DfuseMUMount DfuseMUPerms DfuseSpaceCheck DmgPoolQueryTest DmvrNegativeTest DmvrPosixMetaEntry DmvrPosixSubsets DmvrPosixSymlinks DmvrPosixTypesTest DmvrSerialLargePosix EcodCellSize EcodCellSizeProperty EcodFaultInjection EcodFioRebuild EcodIor EcodMdtest EcodSpaceUsage Ecodtruncate FioPil4dfsSmall FioSmall IoAggregation IoConsistency IoSysAdmin IorCrash IorHardBasic IorInterceptMessages IorInterceptMessagesPil4dfs IorPerRank IorSmall LargeFileCount ListVerboseTest MacsioTest MdtestSmall MultiEnginesPerSocketTest MultipleContainerDelete OSAOfflineDrain OSAOfflineExtend OSAOfflineParallelTest OSAOfflineReintegration OSAOnlineDrain OSAOnlineExtend POSIXStatTest ParallelIo Pil4dfsDcache Pil4dfsFio PoolMembershipTest PoolTargetQueryTest PosixSimul RbldContainerCreate RbldWidelyStriped RbldWithIOR RebuildMdtest ReplayTests RootContainerTest SegCount SmallFileCount SparseFile TelemetryPoolMetrics TelemetryPoolSpaceMetrics TestScrubberEvictWithAggregation TestWithTelemetryIOBasic TestWithTelemetryIOLatency performance,-manual test_dfuse_pre_read DFusePreReadTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Test stage Functional Hardware Medium completed with status FAILURE. https://build.hpdd.intel.com//job/daos-stack/job/daos/view/change-requests/job/PR-14215/32/execution/node/1038/log |
3 failures in https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/32/testReport/
|
Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: pr dfuse AggregationChecksum AggregationPunching BasicCheckout BasicCheckoutDm CPUUsage CheckCsumMetricsMdtest DFuseBashdcacheTest DFuseFdTest DaosAggregationBasic DaosAggregationIOSmall DaosAggregationThrottling DaosBuild DaosCoreTestDfuse DaosVol DaosVolBigIO DbenchTest DfuseBashCmd DfuseCachingCheck DfuseContainerCheck DfuseEnospace DfuseMUMount DfuseMUPerms DfuseSpaceCheck DmgPoolQueryTest DmvrNegativeTest DmvrPosixMetaEntry DmvrPosixSubsets DmvrPosixSymlinks DmvrPosixTypesTest DmvrSerialLargePosix EcodCellSize EcodCellSizeProperty EcodFaultInjection EcodFioRebuild EcodIor EcodMdtest EcodSpaceUsage Ecodtruncate FioPil4dfsSmall FioSmall IoAggregation IoConsistency IoSysAdmin IorCrash IorHardBasic IorInterceptMessages IorInterceptMessagesPil4dfs IorPerRank IorSmall LargeFileCount ListVerboseTest MacsioTest MdtestSmall MultiEnginesPerSocketTest MultipleContainerDelete OSAOfflineDrain OSAOfflineExtend OSAOfflineParallelTest OSAOfflineReintegration OSAOnlineDrain OSAOnlineExtend POSIXStatTest ParallelIo Pil4dfsDcache Pil4dfsFio PoolMembershipTest PoolTargetQueryTest PosixSimul RbldContainerCreate RbldWidelyStriped RbldWithIOR RebuildMdtest ReplayTests RootContainerTest SegCount SmallFileCount SparseFile TelemetryPoolMetrics TelemetryPoolSpaceMetrics TestScrubberEvictWithAggregation TestWithTelemetryIOBasic TestWithTelemetryIOLatency performance,-manual test_dfuse_pre_read DFusePreReadTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: pr dfuse AggregationChecksum AggregationPunching BasicCheckout BasicCheckoutDm CPUUsage CheckCsumMetricsMdtest DFuseBashdcacheTest DFuseFdTest DaosAggregationBasic DaosAggregationIOSmall DaosAggregationThrottling DaosBuild DaosCoreTestDfuse DaosVol DaosVolBigIO DbenchTest DfuseBashCmd DfuseCachingCheck DfuseContainerCheck DfuseEnospace DfuseMUMount DfuseMUPerms DfuseSpaceCheck DmgPoolQueryTest DmvrNegativeTest DmvrPosixMetaEntry DmvrPosixSubsets DmvrPosixSymlinks DmvrPosixTypesTest DmvrSerialLargePosix EcodCellSize EcodCellSizeProperty EcodFaultInjection EcodFioRebuild EcodIor EcodMdtest EcodSpaceUsage Ecodtruncate FioPil4dfsSmall FioSmall IoAggregation IoConsistency IoSysAdmin IorCrash IorHardBasic IorInterceptMessages IorInterceptMessagesPil4dfs IorPerRank IorSmall LargeFileCount ListVerboseTest MacsioTest MdtestSmall MultiEnginesPerSocketTest MultipleContainerDelete OSAOfflineDrain OSAOfflineExtend OSAOfflineParallelTest OSAOfflineReintegration OSAOnlineDrain OSAOnlineExtend POSIXStatTest ParallelIo Pil4dfsDcache Pil4dfsFio PoolMembershipTest PoolTargetQueryTest PosixSimul RbldContainerCreate RbldWidelyStriped RbldWithIOR RebuildMdtest ReplayTests RootContainerTest SegCount SmallFileCount SparseFile TelemetryPoolMetrics TelemetryPoolSpaceMetrics TestScrubberEvictWithAggregation TestWithTelemetryIOBasic TestWithTelemetryIOLatency performance,-manual test_dfuse_pre_read DFusePreReadTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: pr dfuse AggregationChecksum AggregationPunching BasicCheckout BasicCheckoutDm CPUUsage CheckCsumMetricsMdtest DFuseBashdcacheTest DFuseFdTest DaosAggregationBasic DaosAggregationIOSmall DaosAggregationThrottling DaosBuild DaosCoreTestDfuse DaosVol DaosVolBigIO DbenchTest DfuseBashCmd DfuseCachingCheck DfuseContainerCheck DfuseEnospace DfuseMUMount DfuseMUPerms DfuseSpaceCheck DmgPoolQueryTest DmvrNegativeTest DmvrPosixMetaEntry DmvrPosixSubsets DmvrPosixSymlinks DmvrPosixTypesTest DmvrSerialLargePosix EcodCellSize EcodCellSizeProperty EcodFaultInjection EcodFioRebuild EcodIor EcodMdtest EcodSpaceUsage Ecodtruncate FioPil4dfsSmall FioSmall IoAggregation IoConsistency IoSysAdmin IorCrash IorHardBasic IorInterceptMessages IorInterceptMessagesPil4dfs IorPerRank IorSmall LargeFileCount ListVerboseTest MacsioTest MdtestSmall MultiEnginesPerSocketTest MultipleContainerDelete OSAOfflineDrain OSAOfflineExtend OSAOfflineParallelTest OSAOfflineReintegration OSAOnlineDrain OSAOnlineExtend POSIXStatTest ParallelIo Pil4dfsDcache Pil4dfsFio PoolMembershipTest PoolTargetQueryTest PosixSimul RbldContainerCreate RbldWidelyStriped RbldWithIOR RebuildMdtest ReplayTests RootContainerTest SegCount SmallFileCount SparseFile TelemetryPoolMetrics TelemetryPoolSpaceMetrics TestScrubberEvictWithAggregation TestWithTelemetryIOBasic TestWithTelemetryIOLatency performance,-manual test_dfuse_pre_read DFusePreReadTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Test stage Functional on EL 8.8 completed with status FAILURE. https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/34/display/redirect |
Skip-unit-tests: true Skip-fault-injection-test: true Allow-unstable-test: true Test-tag: pr dfuse AggregationChecksum AggregationPunching BasicCheckout BasicCheckoutDm CPUUsage CheckCsumMetricsMdtest DFuseBashdcacheTest DFuseFdTest DaosAggregationBasic DaosAggregationIOSmall DaosAggregationThrottling DaosBuild DaosCoreTestDfuse DaosVol DaosVolBigIO DbenchTest DfuseBashCmd DfuseCachingCheck DfuseContainerCheck DfuseEnospace DfuseMUMount DfuseMUPerms DfuseSpaceCheck DmgPoolQueryTest DmvrNegativeTest DmvrPosixMetaEntry DmvrPosixSubsets DmvrPosixSymlinks DmvrPosixTypesTest DmvrSerialLargePosix EcodCellSize EcodCellSizeProperty EcodFaultInjection EcodFioRebuild EcodIor EcodMdtest EcodSpaceUsage Ecodtruncate FioPil4dfsSmall FioSmall IoAggregation IoConsistency IoSysAdmin IorCrash IorHardBasic IorInterceptMessages IorInterceptMessagesPil4dfs IorPerRank IorSmall LargeFileCount ListVerboseTest MacsioTest MdtestSmall MultiEnginesPerSocketTest MultipleContainerDelete OSAOfflineDrain OSAOfflineExtend OSAOfflineParallelTest OSAOfflineReintegration OSAOnlineDrain OSAOnlineExtend POSIXStatTest ParallelIo Pil4dfsDcache Pil4dfsFio PoolMembershipTest PoolTargetQueryTest PosixSimul RbldContainerCreate RbldWidelyStriped RbldWithIOR RebuildMdtest ReplayTests RootContainerTest SegCount SmallFileCount SparseFile TelemetryPoolMetrics TelemetryPoolSpaceMetrics TestScrubberEvictWithAggregation TestWithTelemetryIOBasic TestWithTelemetryIOLatency performance,-manual test_dfuse_pre_read DFusePreReadTest Required-githooks: true Signed-off-by: Phil Henderson <[email protected]>
Test stage Functional Hardware Medium completed with status UNSTABLE. https://build.hpdd.intel.com/job/daos-stack/job/daos//view/change-requests/job/PR-14215/39/testReport/ |
Test results from https://build.hpdd.intel.com/job/daos-stack/job/daos/job/PR-14215/39/testReport/:
|
This replaces the DfuseTestBase with the use of the get_dfuse and start_dfuse methods from dfuse_utils.
Skip-unit-tests: true
Skip-fault-injection-test: true
Allow-unstable-test: true
Test-tag: DaosCoreTestDfuse DbenchTest DFuseFdTest DfuseBashCmd DfuseContainerCheck DfuseContainerCheck DaosBuild DfuseFind DfuseEnospace DfuseMUMount DfuseMUPerms MacsioTest Ecodtruncate EcodFioRebuild PosixSimul RootContainerTest test_ior_small DfuseCachingCheck POSIXStatTest IoConsistency MultiEnginesPerSocketTest BasicCheckout
Required-githooks: true
Before requesting gatekeeper:
Features:
(orTest-tag*
) commit pragma was used or there is a reason documented that there are no appropriate tags for this PR.Gatekeeper: